arm, da850: enable the correct uart in arch_cpu_init()
authorHeiko Schocher <[email protected]>
Mon, 5 Aug 2013 14:00:37 +0000 (16:00 +0200)
committerTom Rini <[email protected]>
Thu, 15 Aug 2013 22:38:36 +0000 (18:38 -0400)
commit9c8deaeeb79523d45d836c730c59c857f53b5f65
treeb1a27e32a94ee5cb1e82125589ab9450ac2891a5
parent7f442e36f15789eb4924222f8922c924215d4c6c
arm, da850: enable the correct uart in arch_cpu_init()

in arch_cpu_init() uart2 is fix enabled, without reference the
setting from CONFIG_SYS_NS16550_COM1. Use the setting from
CONFIG_SYS_NS16550_COM1 for enabling the console.

Signed-off-by: Heiko Schocher <[email protected]>
Cc: Albert ARIBAUD <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Christian Riesch <[email protected]>
arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c